Welcome![Sign In][Sign Up]
Location:
Search - correlation matrix

Search list

[OtherPCA_NN

Description: PCA(主成分分析)算法被广泛应用于工程和科学研究中,本报告主要从PCA的基本结构和基本原理对其进行研究,常规的PCA算法主要采用线性算法,通过研究论证发现线性的PCA算法存在着许多不足,比如线性PCA算法不能从线性组合中把独立信号成分分离出来,主分量只由数据的二阶统计量—自相关阵确定,这种二阶统计量只能描述平稳的高斯分布等,因此必须对其进行改进,经改进后的PCA算法有非线性PCA算法、鲁棒算法等。我们通过PCA算法在直线(平面)中拟和的例子说明了PCA在工程中的应用。本例子采用的是成分分析中的次成分(方差最小的成分),通过对结果的分析,我们可以看出,利用PCA算法可以得到较好的拟和结果。-PCA (Principal Component Analysis) algorithm has been widely used in engineering and science research, This report mainly from the PCA and the basic structure of the basic tenets of its research, Conventional PCA algorithm used mainly linear algorithm, found through research and demonstration linear PCA algorithm, there are many inadequate, For example, not linear PCA algorithm from the linear combination of the independent signal components separated, PCA data only from the second-order statistics-auto-correlation matrix to determine, Such second-order statistics can only describe a smooth Gaussian distribution, it is necessary to improve it. After the improvement of the PCA algorithm is nonlinear PCA algorithm, robust algorithm. PCA algorithm we passed the line (plane), and to be example
Platform: | Size: 454700 | Author: 东方云 | Hits:

[Other resourcepca.m

Description: 本程序的运行环境为matlab6.5,在command window下输入数据x和a,然后调用函数pca(x,a)(即本程序的主程序)输入的两个参数的意义是:一个是样本数据x,另外一个是主成分累积贡献率的一个闸值,作为选定主成分个数的一个重要数据。 即可得到样本的协方差矩阵,相关矩阵,相关矩阵的特征根及特征向量,主成分个数和主成分负荷矩阵。 -the procedures for the environment matlab6.5. under the command window in the input data and a x, then the function call pca (x, a) (that is the main program of the procedures) and input parameters of the two is the meaning of : a sample data is x, Another is a principal component of the cumulative contribution rate of a gate value, as a principal component selected a number of important data. Samples can be the covariance matrix, the correlation matrix, a correlation matrix eigenvalue and eigenvector. Principal component and the number of principal components load matrix.
Platform: | Size: 1466 | Author: 郑可可 | Hits:

[Other resourceABQ

Description: 计算机图论基础,求解关联矩阵A B Q 是《网络理论》课程作业-computer graph theory basis for correlation matrix A B Q "network theory" courses operation
Platform: | Size: 2190 | Author: dluter | Hits:

[Speech/Voice recognition/combineSPECTRUM_LMS

Description: 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPECTRUMmain.m为经典谱估计的程序: functionx.m产生需要进行谱估计的函数; fzhouqitu.m用来计算信号周期图的函数; spectrum.m是用周期图法进行谱估计的函数 bt.m是用BT图法进行谱估计的函数 bart_lett.m是用BARTLETT法进行谱估计的函数 welch.m是用WELCH法进行谱估计的函数 SPECTRUMmain.m是主程序,按照实验要求中的具体数据得到实验结果和曲线。 -a document folder contains the classic power spectrum estimation and adaptive equalization algorithm for the two experiments all the procedures. 2, R.m, LMS.m, LMSmain.m adaptive equalization algorithm for the procedure : R.m used to calculate the input signal and the correlation matrix eigenvalue; LMS.m too LMS algorithm, use statistical simulation method come to a different channel parameters and the synchronous learning curve; LMSmain.m main program for the experiment, according to the experimental requirements of the specific data and the curve of the experimental results. 3, functionx.m, fzhouqitu.m, spectrum.m. bt.m, bart_lett.m, welch.m. SPECTRUMmain.m classical spectrum estimation procedures : functionx.m have a need for spectrum estimation function; fzhouqitu.m used to calculate t
Platform: | Size: 5630 | Author: yidishui | Hits:

[matlabauto_correlation_matrix_fun

Description: auto_correlation_matrix_fun.zip为自相关系数求解-auto_correlation_matrix_fun.zip since the correlation coefficient Solution
Platform: | Size: 1024 | Author: 王捷 | Hits:

[CommunicationARMA_LAST

Description: This function provides an ARMA spectral estimate which is maximum entropy satisfying correlation constraint (number of poles)and cepstrum constrains (number of ceros) The function requires 3 inputs: Input signal, Order of denonominator, Order of Numerator and the output variable are: numerator coeffients, denominator coeficients and square-root of input noise power. ARMA_LAST function requires spa_corc.m file to compute the autocorrelation matrix
Platform: | Size: 2048 | Author: joy | Hits:

[Compress-Decompress algrithmsimage_compress

Description: 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。 -This procedure using singular value decomposition of 3-channel color image compression decomposition, concrete steps are as follows: compression process: 1. Select the sub-image size K value, the image is decomposed into M × M sub-image, IMG (s), s = 1, 2, ..., M2, in which M = N/K, the original image IMG size N × N. 2. M2 calculate the average of sub-image average, for each sub-image minus the new images mean images. 3. Calculation of correlation matrix R, defined as its elements. 4. Calculation of the characteristics of R value and eigenvector calculated each sub-image with the largest eigenvector of the inner product, they will have to code, that is, the compressed images.
Platform: | Size: 334848 | Author: wangweiming | Hits:

[Post-TeleCom sofeware systemscorrelation

Description: 测试信道相关性所需要的一些关于统计和矩阵运算的头文件-Channel correlation to test the required number of statistics and matrix operations of the header files
Platform: | Size: 4096 | Author: 杨样 | Hits:

[Internet-Networksource

Description: 使用INTEL矢量统计类库的程序,包括以下功能:  Raw and central moments up to 4th order  Kurtosis and Skewness  Variation Coefficient  Quantiles and Order Statistics  Minimum and Maximum  Variance-Covariance/Correlation matrix  Pooled/Group Variance-Covariance/Correlation Matrix and Mean  Partial Variance-Covariance/Correlation matrix  Robust Estimators for Variance-Covariance Matrix and Mean in presence of outliers-INTEL vector statistical library use procedures, including the following features:  Raw and central moments up to 4th order  Kurtosis and Skewness  Variation Coefficient  Quantiles and Order Statistics  Minimum and Maximum  Variance-Covariance/Correlation matrix  Pooled/Group Variance-Covariance/Correlation Matrix and Mean  Partial Variance-Covariance/Correlation matrix  Robust Estimators for Variance-Covariance Matrix and Mean in presence of outliers
Platform: | Size: 114688 | Author: mktresearch | Hits:

[Communication-Mobilemimo_corr

Description: 该程序实现了mimo相关信道中的发射端或接收端的相关矩阵-The implementation of the procedures related to mimo channel transmitter or receiver of the correlation matrix
Platform: | Size: 1024 | Author: 月竹 | Hits:

[Othermatrix

Description: matrix相关函数及处理方法,在excel中使用的例子-correlation function and matrix approach, in the example of the use of excel
Platform: | Size: 1037312 | Author: hy | Hits:

[Speech/Voice recognition/combineClusterData

Description: Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Database (2001)". Namely, it searches cutoff where groups are independent. The techinque uses an econometric approach of verifying that variables in multiple regression are linearly independent: if all the diagonal elements of inverse correlation matrix of data are less than VIF-Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al- Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Database (2001)". Namely, it searches cutoff where groups are independent. The techinque uses an econometric approach of verifying that variables in multiple regression are linearly independent: if all the diagonal elements of inverse correlation matrix of data are less than VIF
Platform: | Size: 2048 | Author: tra ba huy | Hits:

[matlabSMI2

Description: 波束形成自适应算法——样本相关矩阵直接求逆算法(SMI)-Beamforming adaptive algorithm- the sample correlation matrix inversion algorithm directly (SMI)
Platform: | Size: 1024 | Author: 陈雪菲 | Hits:

[Communication-MobileRx_uniform

Description: matlab关于多天线相关矩阵的子程序,调用输入为天线间距,到达角度,和角度扩展-matlab on multi-antenna correlation matrix of the subroutine, call input antenna spacing, arrival angle, and angle expansion
Platform: | Size: 1024 | Author: 逍遥如梦 | Hits:

[matlabMIMO

Description: 输出MIMO冲激响应矩阵和发送接收端的相关系数矩阵-Output MIMO impulse response matrix and send the receiving end of the correlation coefficient matrix
Platform: | Size: 5120 | Author: peng | Hits:

[matlabmatlab-Matrix

Description: matlab相关矩阵操作及相关实例,MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。-Matlab correlation matrix operations and related examples, MATLAB, that is, " Matrix Laboratory" , which is the matrix for the basic computing unit.
Platform: | Size: 34816 | Author: zhaoyikun | Hits:

[matlabCorrelation-matrix

Description: 本程序主要针对数据处理中相关矩阵的计算进行编写!-This program is mainly for calculating the correlation matrix be written
Platform: | Size: 16384 | Author: jiayou | Hits:

[Internet-Networkcorrelation-matrix-and-tree

Description: 电网络分析,自动生成树和关联矩阵,并以界面的形式显示-Electrical network analysis, and correlation matrix spanning tree automatically and displayed in the form of interface
Platform: | Size: 9216 | Author: 陈某 | Hits:

[matlabincidence-matrix

Description: 在data表格中输入电网络中图论的节点、支路、阻抗等信息,程序将自动生成关联矩阵。-Enter the electric network graph theory in the data table nodes, branches, impedance and other information, the program will automatically generate the correlation matrix.
Platform: | Size: 6144 | Author: cby | Hits:

[matlabKendall rank correlation matrix

Description: Use weighted Kendall rank correlation matrix to rank features of your project
Platform: | Size: 2244 | Author: Joy001 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net